projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ca1c3d
)
fsck: Kill unused variable
author
Colin Walters
<walters@verbum.org>
Thu, 27 Oct 2011 19:41:15 +0000
(15:41 -0400)
committer
Colin Walters
<walters@verbum.org>
Thu, 27 Oct 2011 19:41:15 +0000
(15:41 -0400)
src/ot-builtin-fsck.c
patch
|
blob
|
history
diff --git
a/src/ot-builtin-fsck.c
b/src/ot-builtin-fsck.c
index 0ce3cc38c8d29a1fa37854bdc5894e8c5988b17f..766d17fecb2615ca343333b3aea820725465c983 100644
(file)
--- a/
src/ot-builtin-fsck.c
+++ b/
src/ot-builtin-fsck.c
@@
-101,7
+101,6
@@
ostree_builtin_fsck (int argc, char **argv, const char *prefix, GError **error)
HtFsckData data;
gboolean ret = FALSE;
OstreeRepo *repo = NULL;
- const char *head;
context = g_option_context_new ("- Check the repository for consistency");
g_option_context_add_main_entries (context, options, NULL);